home *** CD-ROM | disk | FTP | other *** search
/ PC Home MegaDisk 20 / PC Home MegaDisk 1994-05 Issue 20.img / PCHOME.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-04-06  |  1.4 KB  |  69 lines

  1. @echo off
  2. cls
  3. :start
  4. data\menu1
  5. data\getnum
  6. if errorlevel 52 goto start
  7. if errorlevel 51 goto prog3
  8. if errorlevel 50 goto prog2
  9. if errorlevel 49 goto prog1
  10. if errorlevel 48 goto exit
  11. goto start
  12. :prog1
  13. cls
  14. echo[
  15. echo Fauve Matisse in Gray will be copied to your Hard Disk!!
  16. echo It will require 1.5Mb of disk space!!
  17. echo[
  18. echo Press any key to continue or
  19. echo Press Ctrl+C to quit
  20. pause>nul
  21. fauve c:\fauve
  22. c:
  23. cd \fauve
  24. echo ------------------------------------------------------------------
  25. echo Fauve Matisse must be installed in Windows!!
  26. echo[
  27. echo To do this choose File, Run from Windows Program Manager
  28. echo and run the install program which is in the FAUVE directory 
  29. echo on your C drive!!
  30. echo[
  31. echo Or type: WIN INSTALL now to load Windows and run the install program
  32. goto exit1
  33. :prog2
  34. cls
  35. echo The Readers Survey will be copied to your Hard Disk!!
  36. echo It will require 45Kb of disk space!!
  37. echo[
  38. echo Press any key to continue or
  39. echo Press Ctrl+C to quit
  40. pause>nul
  41. survey c:\survey
  42. c:
  43. cd \survey
  44. GO
  45. :prog3
  46. cls
  47. echo The C programing files will be copied to your Hard Disk!!
  48. echo It will require 67Kb of disk space!!
  49. echo[
  50. echo Press any key to continue or
  51. echo Press Ctrl+C to quit
  52. pause>nul
  53. md c:\highcs
  54. copy highcs.exe c:\highcs
  55. c:
  56. cd\highcs
  57. highcs
  58. a:
  59. pause
  60. cls
  61. echo The files have been copied to C:\HIGHCS
  62. c:
  63. cd \highcs
  64. goto exit1
  65. :exit
  66. cls
  67. :exit1
  68.  
  69.